home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 01805.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  173 b   |  11 lines

  1. on enterFrame
  2.   global hidden
  3.   if the lastClick > (10 * 60) then
  4.     go(#next)
  5.   else
  6.     if hidden < 6 then
  7.       set the visible of sprite 6 to 0
  8.     end if
  9.   end if
  10. end
  11.